home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / bin / fsn.README < prev    next >
Text File  |  1994-08-01  |  4KB  |  83 lines

  1.  
  2.                             toolbox/bin/fsn
  3.  
  4.  
  5.                          3D File System Navigator
  6.  
  7.  
  8.  
  9.     fsn (pronounced fusion) is a file system navigator in cyberspace.  It
  10.     lays out the directories in a hierarchy with each directory represented 
  11.     by a pedestal.  The height of the pedestal is proportional to the size 
  12.     of the files in the directory.  The directories are connected by wires,
  13.     on which it is possible to travel.  On top of each directory are boxes 
  14.     representing individual files.  The height of the box represents the 
  15.     size of the file, while the color represents the age.
  16.     
  17.     Fsn is intended as an investigation in information landscape navigation.
  18.     Although the file system was chosen as a system to navigate through,
  19.     similar paradigms could be applied to other trees and graphs, such as
  20.     call graphs.
  21.     
  22.     Keep in mind that fsn is a prototype and an experiment.  It is neither a
  23.     full featured product nor a replacement for a filesystem manager such as
  24.     Workspace.
  25.     
  26.     Fsn requires Z-buffering and RGB support.  You must be running IRIX
  27.     release 4.0.1 or greater.  It is recommended that you have at least
  28.     16MB of memory, especially on an Indigo, where Z buffering uses a lot
  29.     of memory.  On the Indigo, using split screen mode requires even more
  30.     memory.  On the Indigo, only the double buffered color map is used, so
  31.     the colors are not as pretty as on other machines.
  32.     
  33.     To install fsn, su, and from this directory, run install/fsn.install.
  34.     
  35.     Fsn should be invoked with a parameter specifying the top directory to
  36.     be looked at.  This directory can be "/", in which case the whole file
  37.     system is scanned.  Although the system works fine starting at "/",
  38.     startup time is somewhat longer, and movement can be chunky if you have 
  39.     more than about 1500 directories.  You may prefer to start at your home 
  40.     directory.  Even if you start at "/", you can still prune it to a small 
  41.     size using the Prune function.  After pruning you will need to restart 
  42.     fsn to reclaim the memory.
  43.     
  44.     When scanning a file system, fsn will not cross file system type
  45.     boundaries.  For example, it will not cross into an NFS file system.
  46.     However, it will cross mount points of the same type of file system.
  47.     
  48.     The first time fsn is run it will scan the whole file system.  Be
  49.     patient, this can take a few minutes.  After it has scanned the file
  50.     system it will save a database in your home directory so that subsequent
  51.     startups can be done in seconds rather than minutes.  On subsequent runs
  52.     the database will be read, making fsn quickly available.
  53.     
  54.     Using fsn is easy.  The manual page goes into a lot of detail, but here 
  55.     is a quick overview.
  56.     
  57.     The left mouse can be used to select directories and files.  Clicking on 
  58.     a directory or file will select it and zoom in.
  59.     
  60.     Double click with the left mouse will execute or view a file, and "Warp"
  61.     into a directory, where there is a different viewing paradigm.
  62.     
  63.     The middle mouse can be used to navigate.  While holding down the middle 
  64.     button, move the mouse in the direction you want to go.  The farther you
  65.     move the mouse from where you clicked, the faster you go.  Shift-middle 
  66.     mouse also moves you up and down while moving forward and backward.
  67.     
  68.     The right mouse pops up the file menu, which can also be found on the
  69.     menu bar.
  70.     
  71.     There is also an overview window (which can be hidden if you don't want 
  72.     it).  This window shows you all the directories, and where you are.  You
  73.     can also use it to select (left mouse), or move (middle mouse).
  74.     
  75.     You may also want to experiment with the landscapes.  The landscapes
  76.     control the colors of sky and ground, and can be selected with the
  77.     -landscape option.  Be aware that the landscapes that use Gouraud
  78.     shading will not look all that good on an Indigo.
  79.     
  80.  
  81.     Your comments are appreciated.  Send any mail to joel@sgi.com.
  82.     
  83.